func syscall.sendfile
2 uses
syscall (current package)
syscall_unix.go#L521: return sendfile(outfd, infd, offset, count)
zsyscall_linux_amd64.go#L1298: func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)